home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / dcom / modems-part1 / 6353 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.9 KB

  1. Path: sunrise.gv.ssi1.com!oronet!news
  2. From: estarry@oro.net (Ed Starry)
  3. Newsgroups: comp.dcom.modems
  4. Subject: Re: UART 16650
  5. Date: Mon, 26 Feb 1996 03:54:17 GMT
  6. Organization: "oronet, Penn Valley, CA"
  7. Message-ID: <4grb53$a0e@hg.oro.net>
  8. References: <31214F47.1FFC@ozemail.com.au> <4fsr22$4o1@centurio.m30x.nbg.scn.de> <4gf6b3$v5d@mips.pfalz.de> <4gkaj5$i5f@hg.oro.net> <DnAnB1.Mr@giskard.demon.co.uk>
  9. NNTP-Posting-Host: @estarry.oro.net
  10. X-Newsreader: Forte Free Agent 1.0.82
  11.  
  12. dale@giskard.demon.co.uk (Dale Shuttleworth) wrote about {Re: UART 16650} in
  13. 'comp.dcom.modems'...
  14.  
  15. ~:     These large FIFO buffer sizes and we still have to suffer with everyone
  16. ~: using an 8250 for uploading. Who cares how big a Rx Buffer is if no one will
  17. ~: use these big FIFO buffers to Tx/Upload with!
  18. ===========================================
  19.  
  20. ~???  Large receive buffer sizes are primarily there to deal with
  21. ~interrupt latency causing characters to to dropped.  Since it is
  22. ~impossible to drop characters on transmit you don't really need any
  23. ~buffering at all.
  24.  
  25. ~If you have a really loaded system doing polled transmission then I
  26. ~suppose big transmit buffers are useful, otherwise they're a waste of
  27. ~time.  This is especially true since we usually transmit data to the
  28. ~modem at far higher rates rather than it can actually send it.
  29. ====================
  30.  
  31.     Gee, does this means modems advertised at 23,000 CPS are fakes? If everyone
  32. transmits data to the modem at rates higher than can be sent by the modem
  33. why can't I see 12,000 CPS downloads? Because the uploading modem isn't
  34. using 16 byte Tx Buffers to speed things up! If you can upload it I can
  35. download it.
  36.  
  37.     Alas, they're not a waste of time but a saver of time. Using the full 16
  38. byte Tx Buffer frees up IRQ time to play DOOM while uploading a file. This
  39. isn't wasting time, it's relieving stress.
  40.  
  41.      Ed...
  42. ______________________________________________________
  43.             ** Common Sense Is Not Common **
  44.  
  45.